Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Apache Kafka Interview Questions and Answers

Question: What ensures load balancing of the server in Kafka?
Answer: As the main role of the Leader is to perform the task of all read and write requests for the partition, whereas Followers passively replicate the leader. Hence, at the time of Leader failing, one of the Followers takeover the role of the Leader. Basically, this entire process ensures load balancing of the servers.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook